Click or drag to resize

TB.ComponentModel Namespace

 
Classes
  ClassDescription
Public classConversionArgs
Provides arguments for a type conversion.
Public classConversionCollection
Defines a list of conversions.
Public classConversionOptions
Defines the options of a conversion.
Public classConversionResultT
Represents the result of a conversion.
Public classDataRecordExtension
Provides extension methods for DataRows and DataRowViews.
Public classDataRowExtension
Provides extension methods for DataRows and DataRowViews.
Public classDictionaryExtension
Provides extension methods for dictionaries.
Public classEnumerableConversionT
Controls the iteration over the result of converting a list of values.
Public classEnumerableExtension
Provides extension methods for converting enumerables.
Public classInstantiationException
The exception that is thrown when the instantiation of an object failed.
Public classInvalidConversionException
The exception that is thrown when a conversion is invalid.
Public classObjectExtension
Provides extension methods for converting object instances.
Public classTypeConverter
Defines a type converter.
Public classTypeValueDictionary
Represents a collection of pairs of types and their default return values.
Public classUniversalTypeConverter
Defines the default type converter.
Public classValueMappingTSource, TDestination
Defines the mapping of a specific source value.
Public classValueMappingCollection
Represents a list of mappings of specific source values to specific return values. The list is implemented as 'Last In – First Out' (LIFO).
Interfaces
  InterfaceDescription
Public interfaceIConversionOptions
Defines the options of a conversion.
Public interfaceITypeConversion
Defines a conversion.
Public interfaceITypeConverter
Defines a type converter.
Public interfaceIValueMapping
Defines the mapping of specific source values to specific destination values.
Enumerations
  EnumerationDescription
Public enumerationByteArrayFormat
Defines the format used when converting an array of bytes to its equivalent string representation and vice versa.
Public enumerationConstructorResolvingMode
Defines the mode used when resolving a constructor by a given parameter type.
Public enumerationConversionPriority
Defines the priority of a conversion.
Public enumerationDateTimeLongMeaning
Defines the meaning of a Long value when converting to DateTime.
Public enumerationIncompatibleDataColumnTypeHandling
Defines how a type is handled if not valid for a DataColumn of a DataTable.
Public enumerationPropertyResolvingMode
Defines the mode used when resolving a property by a given type.